home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / DEFORMER / DEFS / COMDEFS.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  1.1 KB  |  70 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMDefS.r 1.3 1997/05/06 18:15:41 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMDEFS.rsc";
  13.  
  14. resource 'COMP' (140) {
  15.     'defo',
  16.     'COdf',
  17.     "Non Uniform Scaling",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'pMAP' (140) {
  26.     {    /* array TypeArray: 5 elements of the view*/
  27.         /* [1] */
  28.         'AXIS',
  29.         'long',
  30.         noFlags,
  31.         "Axis",
  32.         /* [2] */
  33.         'UBEG',
  34.         'qfix',
  35.         interpolate,
  36.         "U Begin Scale",
  37.         /* [3] */
  38.         'UEND',
  39.         'qfix',
  40.         interpolate,
  41.         "U End Scale",
  42.         /* [4] */
  43.         'VBEG',
  44.         'qfix',
  45.         interpolate,
  46.         "V Begin Scale",
  47.         /* [5] */
  48.         'VEND',
  49.         'qfix',
  50.         interpolate,
  51.         "V End Scale",
  52.         /* [6] */
  53.         'bmin',
  54.         'qfv3',
  55.         noFlags,
  56.         "",
  57.         /* [7] */
  58.         'bmax',
  59.         'qfv3',
  60.         noFlags,
  61.         "",
  62.     }
  63. };
  64.  
  65. data 'GUID' (140) {
  66.   $"1ec1 5ef0 c1a1 11d0 8547 00a0 c90c 1bf1"            /*IID_I3DExDeformer2*/
  67.     $"8DC8 D081 EDB3 11CE A4F7 0000 E202 D5A5"            /* aáûa~˙..㸈)’¬&+ */
  68. };
  69.  
  70.